The rect object is used to represent a simple rectangle used for instance in the DrawRectangle method.
All values are in pixels.
x | Long | read-write | Horizontal position of the rectangle (upper-left corner). |
y | Long | read-write | Vertical position of the rectangle (upper-left corner). |
w | Long | read-write | Width of the rectangle. |
h | Long | read-write | Height of the rectangle. |